<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Datafly algorithm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Datafly_algorithm"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.math.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Datafly_algorithm rootpage-Datafly_algorithm skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Datafly algorithm</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><p><b>Datafly algorithm</b> is an <a href="Algorithm" title="Algorithm">algorithm</a> for providing anonymity in medical data. The algorithm was developed by <a href="Latanya_Arvette_Sweeney" class="mw-redirect" title="Latanya Arvette Sweeney">Latanya Arvette Sweeney</a> in 1997−98.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> Anonymization is achieved by automatically generalizing, substituting, inserting, and removing information as appropriate without losing many of the details found within the data. The method can be used on-the-fly in <a href="Role-based_access_control" title="Role-based access control">role-based</a> security within an institution, and in <a href="Batch_processing" title="Batch processing">batch</a> mode for <a href="Import_and_export_of_data" title="Import and export of data">exporting data</a> from an institution.
Organizations release and receive medical data with all explicit <a href="Identifier" title="Identifier">identifiers</a>—such as name—removed, in the erroneous belief that <a href="Physician%E2%80%93patient_privilege" title="Physician–patient privilege">patient confidentiality</a> is maintained because the resulting data look anonymous. However the remaining data can be used to re-identify individuals by linking or matching the data to other databases or by looking at unique characteristics found in the <a href="Field_(computer_science)" title="Field (computer science)">fields</a> and <a href="Row_(database)" title="Row (database)">records</a> of the <a href="Database" title="Database">database</a> itself.
</p><p>The Datafly algorithm has been criticized for trying to achieve anonymization by overgeneralization. The algorithm selects the <a href="Attribute_(computing)" title="Attribute (computing)">attribute</a> with the greatest number of distinct <a href="Value_(computer_science)" title="Value (computer science)">values</a> as the one to generalize first.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Core_algorithm">Core algorithm</h2></div>
<p>An outline of the Datafly algorithm is presented below.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p><p><b><a href="Input_(computer_science)" title="Input (computer science)">Input</a></b>:
Private <a href="Table_(database)" title="Table (database)">Table</a> PT; <a href="Quasi-identifier" title="Quasi-identifier">quasi-identifier</a> QI = ( <i>A</i><sub>1</sub>, ..., <i>A</i><sub>n</sub> ), <i>k</i>-anonymity constraint <i>k</i>; domain generalization hierarchies DGH<sub>A<sub>i</sub></sub>, where <i>i</i> = 1,...,<i>n</i> with accompanying <a href="Function_(mathematics)" title="Function (mathematics)">functions</a> <i>f</i><sub>A<sub>i</sub></sub>, and loss, which is a limit on the percentage of <a href="Tuple" title="Tuple">tuples</a> that can be suppressed. PT[id] is the set
of unique identifiers or keys for each tuple.
</p><p><b><a href="Output_(computing)" class="mw-redirect" title="Output (computing)">Output</a></b>:
MGT a generalization of PT[QI] that enforces <i>k</i>-anonymity
</p><p><b>Assumes</b>: | PT | ≤ <i>k</i>, and loss * | PT | = <i>k</i>
</p><p><b>algorithm Datafly</b>:
</p><p>// Construct a frequency <a href="List_(abstract_data_type)" title="List (abstract data type)">list</a> containing unique <a href="Sequence" title="Sequence">sequences</a> of values across the quasi-identifier in PT,
</p><p>// along with the number of occurrences of each sequence.
</p>
<dl><dd>1. let freq be an expandable and collapsible <a href="Vector_(mathematics_and_physics)" title="Vector (mathematics and physics)">vector</a> with no elements initially. Each element is of the form ( QI, frequency, SID ), where SID = { <i>id<sub>i</sub></i> : ∃ <i>t</i>[<i>id</i>] ∈ [<i>id</i>] ⇒ <i>t</i>[<i>id</i>] = <i>id</i><sub>i</sub> }; and, frequency = |SID|. Therefore, freq is also accessible as a table over (QI, frequency, SID).</dd></dl>
<dl><dd>2. let pos <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> 0, total <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> 0</dd></dl>
<dl><dd>3. while total ≠ |PT| do</dd></dl>
<dl><dd><dl><dd>3.1 freq[pos] <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> ( <i>t</i>[QI], occurs, SID ) where <i>t</i>[QI] ∈ [QI], ( <i>t</i>[ QI ],__, ___ ) <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \not \in }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo>∉</mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \not \in }</annotation>
</semantics>
</math></span><img src="./c681ffd934198bd2f57aa31518fd119ceeb0e6d9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.838ex; width:1.55ex; height:2.676ex;" alt="{\displaystyle \not \in }" loading="lazy"></span> freq; occurs = |PT| - |PT[QI] – {<i>t</i>[QI]}|; and, SID = { <i>id</i><sub>i</sub> : ∃ <i>t</i>[<i>id</i>] <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> PT[id] ⇒ <i>t</i>[<i>id</i>] = <i>id</i><sub>i</sub> }</dd></dl></dd></dl>
<dl><dd><dl><dd>3.2 pos <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> pos + 1, total <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> total + occurs</dd></dl></dd></dl>
<dl><dd>// Make a solution by generalizing the attribute with the most number of distinct values</dd></dl>
<dl><dd>// and suppressing no more than the allowed number of tuples.</dd></dl>
<dl><dd>4. let belowk <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> 0</dd></dl>
<dl><dd>5. for pos <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> 1 to |freq| do</dd></dl>
<dl><dd><dl><dd>5.1 ( __, count ) <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> freq[pos]</dd></dl></dd></dl>
<dl><dd><dl><dd>5.2 if count < <i>k</i> then do</dd></dl></dd></dl>
<dl><dd><dl><dd><dl><dd>5.2.1 belowk <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> belowk + count</dd></dl></dd></dl></dd></dl>
<dl><dd>6. if belowk > <i>k</i> then do: // Note. loss * |PT| = <i>k</i>.</dd></dl>
<dl><dd><dl><dd>6.1 freq <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> generalize(freq)</dd></dl></dd></dl>
<dl><dd><dl><dd>6.2 go to step 4</dd></dl></dd></dl>
<dl><dd>7. else do</dd></dl>
<dl><dd>// assert: the number of tuples to suppress in freq is ≤ loss * |PT|</dd></dl>
<dl><dd><dl><dd>7.1 freq <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> suppress(freq, belowk )</dd></dl></dd></dl>
<dl><dd><dl><dd>7.2 MGT <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \gets }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">←<!-- ← --></mo>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \gets }</annotation>
</semantics>
</math></span><img src="./1c2dd7a1d3a3f2df940296f2485c2e10355b16f9.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:2.324ex; height:1.843ex;" alt="{\displaystyle \gets }" loading="lazy"></span> reconstruct(freq)</dd></dl></dd></dl>
<dl><dd>8. return MGT.</dd></dl>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFLatanya_Sweeney" class="citation web cs1">Latanya Sweeney. <a rel="nofollow" class="external text" href="http://dataprivacylab.org/datafly/">"Datafly: a system for providing anonymity in medical data"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text">L. Sweeney, Datafly: a system for providing anonymity in medical data. Database Security, XI: Status and Prospects, T. Lin and S. Qian (eds), Elsevier Science, Amsterdam, 1998.<a rel="nofollow" class="external autonumber" href="http://dataprivacylab.org/datafly/paper2.pdf">[1]</a></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFXiong" class="citation web cs1"><a href="Li_Xiong_(computer_scientist)" title="Li Xiong (computer scientist)">Xiong, Li</a>. <a rel="nofollow" class="external text" href="http://www.mathcs.emory.edu/~lxiong/cs573_s12/share/slides/0131_generalization_slawek.pdf">"Data Anonymization - Generalization Algorithms"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFLatanya_Sweeney2001" class="citation thesis cs1">Latanya Sweeney (2001). <i>Computational Disclosure Control A Primer on Data Privacy Protection</i> (Thesis). MIT. p. 113. <a href="Hdl_(identifier)" class="mw-redirect" title="Hdl (identifier)">hdl</a>:<a rel="nofollow" class="external text" href="https://hdl.handle.net/1721.1%2F8589">1721.1/8589</a>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="http://cs.utdallas.edu/dspl/cgi-bin/toolbox/javadoc/datafly/Datafly.html">Details of the Datafly algorithm</a></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2023-12-09" href="https://en.wikipedia.org/wiki/?title=Datafly_algorithm&oldid=1189130380">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>